Accusoft.ImagXpress13.Net
ImageModcaTag Constructor(Int32,Int32,Byte[])




An integer value which represents the Modca ID.
An integer value which represents the count of the Modca tags.
A byte array which represents the Modca data field.
Initializes a new instance of the ImageModcaTag class allowing to pass in a ModcaID, count and Modca data field by byte array.
Syntax
public ImageModcaTag( 
   int ModcaID,
   int Count,
   byte[] ModcaDataField
)
public: ImageModcaTag( 
   int ModcaID,
   int Count,
   byte[]* ModcaDataField
)
public:
ImageModcaTag( 
   int ModcaID,
   int Count,
   array<byte>^ ModcaDataField
)
'Declaration
 
Public Function New( _
   ByVal ModcaID As Integer, _
   ByVal Count As Integer, _
   ByVal ModcaDataField() As Byte _
)
 
'Usage
 
Dim ModcaID As Integer
Dim Count As Integer
Dim ModcaDataField() As Byte
 
Dim instance As New ImageModcaTag(ModcaID, Count, ModcaDataField)

Parameters

ModcaID
An integer value which represents the Modca ID.
Count
An integer value which represents the count of the Modca tags.
ModcaDataField
A byte array which represents the Modca data field.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageModcaTag Class
ImageModcaTag Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback